Skip to content

Conversation

bhouston
Copy link
Member

Description

This PR adds documentation about alternative configuration file locations supported by MyCoder through the c12 library, as requested in issue #298.

The documentation now includes information about:

  • .mycoder.config.js in project root (dot-prefixed config file)
  • .config/mycoder.js in project root (config directory)
  • .mycoder.rc files (RC config files)
  • ~/.config/mycoder/config.js (XDG standard user configuration)

These changes were made to both:

  1. The main README.md file
  2. The detailed configuration documentation in packages/docs/docs/usage/configuration.md

Related Issues

Resolves #298

This commit adds documentation about alternative configuration file locations supported by MyCoder through the c12 library, including:
- .mycoder.config.js in project root
- .config/mycoder.js in project root
- .mycoder.rc files
- ~/.config/mycoder/config.js (XDG standard)

Resolves #298
@bhouston bhouston merged commit 7b62bf6 into main Mar 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renaming the configuration file. Setting defaults for my user.
1 participant